Part Number Hot Search : 
MAX7423 TE0131A 120000 151M2 REEL7 151M2 78E052 78E052
Product Description
Full Text Search
 

To Download NHD-320240WG-BXTGH-VZ-3VR Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  [1] ? ? ? ? ? nhd \ 320240wg \ bxtgh \ vz# \ 3vr? graphic ? liquid ? crystal ? display ? module ? ? nhd \? ? newhaven ? display ? 320240 \? 320? x ? 240? pixels ? wg \? ? display ? type: ? graphic ?? ? bx \? ? model ? t \? ? white ? led ? backlight ? g \? ? stn\? gray ? h \? ? transflective, ? 6:00 ? view,? wide ? temperature ? ( \20c ? ~+70c) ?? vz# \? ? built\in ? negative ? voltage ? 3vr \? ? 3.3v? vdd, ? frame ? ground ? ??rohs ? compliant ? ? ? ? ? ? ? ? ? ?????? newhaven ? display ? international, ? inc. ? ??????2511? technology ? drive, ? suite ? 101 ? ??????elgin ? il, ? 60124 ? ?????? ph: ? 847\844\ 8795 ? fax: ? 847\844\ 8796 ? ? www.newhavendisplay.com ? nhtech@newhavendisplay.com ?? nhsales@newhavendisplay.com ? ? ? ? ? ? ?
[2] ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?\? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 320  x  240  pixels  ? built r in  s1d13700  controller  ? +3.3v  power  supply   ? rohs  compliant                   
db4 12 14 13 r/w db5 vss 1 e 7 11 10 8 9 db3 db2 db1 db0 4 6 5 3 2 db6 a0 vo vdd db7 wait /cs /r st vee 15 16 17 18 19 20 nc nc led b/l 19 0.0 5.0 (pc b) 1.0 4- ???? pad 4- ? 3.5pth the non-specified tolerance of dimension is 0.3mm. 320*240 dots 25.0 12 2.0(va) 8.5 92 .0(va) 13 .0max 1.0 6.5 160.0 0.5 10 9.0 0.5 10 1.0 4.0 10 4.7 2.15 86.38( aa) 11.31 152.0 4.0 115.18( aa) 28 .41 0.36 0. 34 0. 36 0. 34 dot s ize sca le 10/1 po wer on reset * sel1 cl1 m *:6800 family or 8080family interface selectable. cs sed 13700 c on troller cl2 db0~db3 flm vee fgnd frame pad n.v. generator k a lcm b/l le d b/l drive dir ec tly fr om a and k . r mpu vdd vr vo 10k~20k -25v driver seg241~ 320 seg161~240 driver seg81~160 driver com1 61~240 com81~ 160 dri ver dri ver db0~db7 a0 wr rd powe r circ uit bias and com1~80 dri ver res external contrast adjustment. seg1~80 driver 320x240 dot mechanical drawing NHD-320240WG-BXTGH-VZ-3VR newhaven display
[4] ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?\ ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? ?? ? ? \ ? \ ? ? \ ? \ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? \ ?? ?\ ? ? ?\ ? ? ? ? ? ? ? ? ? ? \ ? ? ? ? ? ? ? \ ????????????? ? ?? ? ? ? \ \ ? ? ? ? ? ?
[5] ? ? ? ? ? ? ? ? ? ? ? ? ? \ \ ?? ? ? ? ? ? ? \ \ ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? \ ? ? ? ? ? ? ? \ ? ? ? ? ? ?\ \ ? ? ? ? ? ?\\ \\? ? ? ? ? ?\\\ ? ? ?? ?? ? ? ? ? ? ? ? ? ?? ? ? ? ?? \ \? ? ? ? ? ? ? ? ? ?\? ? ? ? \ \ ??? ? ?\? ? ? ? \ \ ??? ? ? ?\ \? \? ? ? ? ?\ \ ? ? ? ? ?\ \ ? ? ? ? ? ? ? ? \ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
[6] ? ? ? ? ?
[7] ? ?
[8] ? ? ? ? ? ? ? ? ? ?
[9] ? ? ? ? ? ? ? ? ? ? ? ? //------------------------------------------------------------------------------- sub writecom set p3.0 'a0 = h = write command p1 = a 'move data to p1 reset p3.1 'chip select reset p3.7 'r/w set p3.4 'e reset p3.4 'e set p3.7 'r/w set p3.1 'cs end sub sub writedata reset p3.0 'a0 = l = write data p1 = a reset p3.1 reset p3.7 set p3.4 reset p3.4 set p3.7 set p3.1 end sub //------------------------------------------------------------------------------- sub init set p3.2 'sel=1 = motorola 6800 write interface reset p3.6 'reset waitms 10 'wait set p3.6 'reset done
[10] ? ? waitms 100 'wait a = &h40 'system set command call writecom a = &h30 'set parameters call writedata a = &h87 'horizontal character size=8 call writedata a = &h07 'vertical character size=8 call writedata a = &h27 'display addresses per line call writedata a = &h50 'total address range per line call writedata a = &hef '240 display lines call writedata a = &h28 'virtual address1 call writedata a = &h00 'virtual address2 call writedata a = &h44 'scroll call writecom a = &h00 'start address1 call writedata a = &h00 'start address2 call writedata a = &hef '240 lines call writedata a = &hb0 '2nd screen start1 call writedata a = &h04 '2nd screen start2 call writedata a = &hef '2nd screen 240 lines call writedata a = &h00 '3rd screen address1 call writedata a = &h00 '3rd screen address2 call writedata a = &h00 '4th screen address1 call writedata a = &h00 '4th screen address2 call writedata a = &h5a 'hdot scr call writecom a = &h00 'horizontal pixel shift=0 call writedata a = &h5b 'overlay call writecom a = &h00 'or call writedata a = &h5d 'cursor form call writecom a = &h04 '5 pixels call writedata a = &h86 'by 7 pixels call writedata a = &h4c 'cursor direction = right call writecom call clr 'clear the screen a = &h59 'disp on/off call writecom a = &h14 'on call writedata end sub //-------------------------------------------------------------------------------  
[11] ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? \ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? \ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? \ ? ?\ ? ? ?\ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? \ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?


▲Up To Search▲   

 
Price & Availability of NHD-320240WG-BXTGH-VZ-3VR

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X